home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wincap.zip / WINCAP.DEF < prev    next >
Text File  |  1991-11-05  |  660b  |  24 lines

  1. ; Copyright (c) 1991 Microsoft Corporation. All rights reserved.
  2.  
  3. NAME            WINCAP
  4. DESCRIPTION     'Windows Screen Capture Utility'
  5. EXETYPE         WINDOWS
  6. STUB            'WINSTUB.EXE'
  7. CODE            PRELOAD MOVEABLE
  8. DATA            PRELOAD MOVEABLE MULTIPLE
  9. HEAPSIZE        8192
  10. STACKSIZE       8192
  11. EXPORTS         WndProc          @1
  12.                 AboutDlgProc     @2
  13.                 OptionsDlgProc   @3
  14.                 InfoBoxDlgProc   @4
  15.                 SavingDlgProc    @5
  16.                 KeyboardHook     @6
  17.                 PrintAbortProc   @7
  18.                 PrintAbortDlg    @8
  19.                 HelpDlgProc      @9
  20.  
  21.  
  22.  
  23.  
  24.